CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv rgb

搜索资源列表

  1. 完成图像RGB到HSV的转换

    0下载:
  2. 完成图像RGB到HSV的转换,比较自定义函数转换和使用opencv提供函数直接转换的结果。可用于研究H,S,V分量的范围等,Image RGB to HSV conversion, more-defined functions and use the conversion function opencv provide direct conversion results. Can be used to study H, S, V component of the scope of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-17
    • 文件大小:619076
    • 提供者:高飞
  1. pix-show Opencv图像处理

    0下载:
  2. Opencv图像处理,在彩色图像中点击图像任意一点,显示改点的RGB值-Opencv image processing, color image, click on the image at any point, change the point of the RGB value display
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5880768
    • 提供者:sonic
  1. RGB

    0下载:
  2. RGB颜色空间,结合opencv对图像进行二维空间的变化,肤色提取-RGB color space, combined with the image opencv changes in two-dimensional space, color extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:287683
    • 提供者:zouguoqi
  1. backgroundSubtraction_v0

    0下载:
  2. 基于graphcut的背景建模程序,其中具备阴影去除功能,建模时对rgb三个颜色通道进行了高斯模型训练。程序需要OpenCV 1.0 的支持。-This is a C implementation of background subtraction given a set of background frames as a training set.The background model is per-pixel RGB space Gaussian, assuming independenc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:14808
    • 提供者:taotaoking
  1. HoughTransformconsole

    0下载:
  2. Using opencv, Hough Transformation extract lines from edges.
  3. 所属分类:Algorithm

    • 发布日期:2017-06-09
    • 文件大小:16042422
    • 提供者:jinhyung
  1. toGray

    0下载:
  2. opencv彩色RGB图到灰度图的转化,分别在独立窗口显示-opencv color RGB to grayscale conversion plans were displayed in a separate window
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-24
    • 文件大小:792
    • 提供者:风神
  1. video

    0下载:
  2. opencv读入一段视频,并且显示每一帧的RGB灰度直方图变化-opencv read into a video, and displays each frame of the RGB histogram changes
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:900
    • 提供者:风神
  1. Frame

    0下载:
  2. 读取指定帧并灰度化并canny边缘提取及灰度直方图及RGB值,借用OPENCV-Reads the specified frame and the graying and the canny edge detection and histogram and RGB value, using OPENCV
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:610039
    • 提供者:张峰
  1. PixelConvert

    1下载:
  2. 将图像的RGB转换为HSV、xyz空间显示 逐个像素点读取 附带注释 有用opencv做的 也有用纯c做的-The RGB image is converted to HSV space-by-pixel display reads annotated to do with the opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:4982
    • 提供者:Yang Ge
  1. ImgProHSI

    0下载:
  2. This using OpenCV to do a image processing. First I change the RGB format to HSI format convert the image to gray image. And you could add some more process code in the HSI and convert it back to the RGB mode. -This is using OpenCV to do a image proc
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1748993
    • 提供者:Yan Liu
  1. main

    0下载:
  2. RGB kostruktor. witch openCV
  3. 所属分类:Video Capture

    • 发布日期:2017-04-11
    • 文件大小:677
    • 提供者:chekan
  1. hsi2rgb-rgb2hsi

    0下载:
  2. RGB模型与HSI模型的相互转换MATLAB源码-rgb2hsi,hsi2rgb
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:1099
    • 提供者:HanJunhua
  1. fire

    0下载:
  2. rgb color fire detection in opencv visual c-rgb color fire detection in opencv visual c++
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:824
    • 提供者:akem123
  1. YUV2RGB

    0下载:
  2. YUV图像数据转换为RGB格式。 含YUV颜色转换R、G、B分量的函数-YUV Image Format to RGB Format. Including Get R/G/B Color Compoment from YUV pixel.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:875
    • 提供者:tian xiao ma
  1. YUVRead

    0下载:
  2. open yuv video file with opencv (do the convert to RGB) and display to screen
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-15
    • 文件大小:4020832
    • 提供者:adir
  1. src_NormalRGB

    0下载:
  2. this is Normalized RGB algorithm using opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:19143
    • 提供者:foejk
  1. MARK_Kmeans

    0下载:
  2. 使用k-means算法对一副RGB色彩空间的图像作简单的聚类。根据命令行提示输入聚类的大小K,程序自动计算每一个像素点的归属并着色该点为该类的色彩均值。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-Using k-means algorithm on an RGB color space images to make a simple clustering. According to the command prompt enter the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3136455
    • 提供者:
  1. rgb-mean-shift

    0下载:
  2. 基于vc的opencv实现meanshift算法-vc+opencv+meanshift,you can use it freely
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3902631
    • 提供者:liukangya
  1. OpenCV-Project

    0下载:
  2. 这是一个使用OpenCv,在VC++ MFC平台下实现的图形图像处理程序源码,主要功能有彩色变灰阶,图像方向、旋转、放大缩小、水平镜像、垂直镜像、Laplace 变换、RGB分量、HSV分量、喇叭、分量等。-AppWizard has created this MyOpenCVMFC application for you. This application not only demonstrates the basics of using the Microsoft Foundation
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:53501952
    • 提供者:江滨
  1. RGB-to-HSV

    0下载:
  2. 利用opencv实现对图像从RGB模式到HSV模式的转化。-Using opencv image mode from RGB to HSV mode conversion.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1299
    • 提供者:dxd
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com